From 917ecbafb0dbfd847459d26bddd6b62741aec12a Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Tue, 9 Jun 2009 17:56:48 +0000 Subject: [PATCH] Fix last changelog entry. --- src/ChangeLog | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 354c8e5743e..14a61f4b359 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,10 +1,7 @@ 2009-06-09 Jim Meyering - x-load-color-file: avoid array bounds error - x-load-color-file expects each line of input to be of the form - "R G B name". But if "name" is missing, it would read name[-1], - and if that value is '\n', zero it. - * xfaces.c (Fx_load_color_file): Handle missing color name. + * xfaces.c (Fx_load_color_file): Avoid array bounds error if the + color name is missing. 2009-06-09 Kenichi Handa -- 2.30.2